home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- ClientHeight = 128
- ClientWidth = 168
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object SpeedButton1: TSpeedButton
- Left = 24
- Top = 60
- Width = 105
- Height = 25
- Caption = 'Mapped Value'
- ParentShowHint = False
- ShowHint = False
- OnClick = SpeedButton1Click
- end
- object SpeedButton2: TSpeedButton
- Left = 24
- Top = 92
- Width = 105
- Height = 25
- Caption = 'New Value'
- ParentShowHint = False
- ShowHint = False
- OnClick = SpeedButton2Click
- end
- object Label1: TLabel
- Left = 80
- Top = 30
- Width = 63
- Height = 13
- Caption = 'Current Index'
- end
- object NdxEdit: TMaskEdit
- Left = 24
- Top = 26
- Width = 49
- Height = 21
- EditMask = '99999;0;_'
- MaxLength = 5
- TabOrder = 0
- Text = '0'
- end
- end
-